Extension point rootconfig
In component org.nuxeo.ecm.platform.signature.api.pki.RootService
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.signature.core.pki.RootDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<?xml version='1.0' encoding='UTF-8'?> <extension point="rootconfig" target="org.nuxeo.ecm.platform.signature.api.pki.RootService"> <documentation> The configuration of the server root certificate. </documentation> <configuration> <rootKeystoreFilePath>pdfca-keystore.jks</rootKeystoreFilePath> <rootKeystorePassword>********</rootKeystorePassword> <rootCertificateAlias>pdfcakey</rootCertificateAlias> <!-- or proper certificate --> <rootKeyAlias>pdfcakey</rootKeyAlias> <rootKeyPassword>********</rootKeyPassword> </configuration> </extension>